Html Css Color HEX #CCBEDD Fog

📋 copy color: '#CCBEDD'

red 204 ◦ green 190 ◦ blue 221

#CCBEDD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fog #CCBEDD

Tints of Fog #CCBEDD

RGB

 RED value IS 204 (80.08% from 255) = 33.17%

 GREEN value IS 190 (74.61% from 255) = 30.89%

 BLUE value IS 221 (86.72% from 255) = 35.93%

R = 33.17%
G = 30.89%
B = 35.93%

CMYK

 C value IS 0.08

 M value IS 0.14

 Y value IS 0

 K value IS 0.13

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CCBEDD (or 0xCCBEDD) is known color: Fog. HEX triplet: CC, BE and DD. RGB value is (204,190,221). Sum of RGB (Red+Green+Blue) = 204+190+221=615 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.17% from 615); Green value is 190 (74.61% from 255 or 30.89% from 615); Blue value is 221 (86.72% from 255 or 35.93% from 615); Max value from RGB is 221 - color contains mainly: blue. Hex color #CCBEDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCBEDD is #334122. Grayscale: #C5C5C5. Windows color (decimal): -3359011 or 14532300. OLE color: 14532300.

HSL color Cylindrical-coordinate representation of color #CCBEDD: hue angle of 267.1º degrees, saturation: 0.31, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CCBEDD is Cyan = 0.08, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 204 190 221 -
CMYK 0.08 0.14 0 0.13
HSL 267.1º 0.31% 0.81% -
HSV(B) 267.1º 0.14% 0.87% -
XYZ 56.37 54.88 76.03 -
YUV 197.72 141.14 132.48 -
System Red Green Blue C M Y K H S L
Decimal 204 190 221 0.08 0.14 0 0.13 267.1 0.31 0.81
Hex CC BE DD 8 E 0 D 10B 1F 51
Octal 314 276 335 10 16 0 15 413 37 121
Binary 11001100 10111110 11011101 1000 1110 0 1101 100001011 11111 1010001

Color Harmonies of #CCBEDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCBEDD

Black with #CCBEDD

Text Example


Text Example

White with #CCBEDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCBEDD; }

 p { color: rgb(204,190,221); }

 H1.HeaderClassName
 {
   color: #CCBEDD;
 }
 .AnyTagClassName
 {
   color: #CCBEDD;
 }
</style>

background-color css

<style>
 a { background-color: #CCBEDD; }

 a { background-color: rgb(204,190,221); }

 div.DivClassName
 {
   background-color: #CCBEDD;
 }
 .BgClassName
 {
   background-color: #CCBEDD;
 }
</style>

border-color css

<style>
 span { border-color: #CCBEDD; }

 span { border-color: rgb(204,190,221); }

 td.TdClassName
 {
   border-color: #CCBEDD;
 }
 .TagClassName
 {
   border-color: #CCBEDD;
 }
</style>