Html Css Color HEX #CCB9E7 Fog

📋 copy color: '#CCB9E7'

red 204 ◦ green 185 ◦ blue 231

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

Shades of Fog #CCB9E7

Tints of Fog #CCB9E7

RGB

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

 GREEN value IS 185 (72.66% from 255) = 29.84%

 BLUE value IS 231 (90.63% from 255) = 37.26%

R = 32.9%
G = 29.84%
B = 37.26%

CMYK

 C value IS 0.12

 M value IS 0.20

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#CCB9E7 (or 0xCCB9E7) is known color: Fog. HEX triplet: CC, B9 and E7. RGB value is (204,185,231). Sum of RGB (Red+Green+Blue) = 204+185+231=620 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.90% from 620); Green value is 185 (72.66% from 255 or 29.84% from 620); Blue value is 231 (90.62% from 255 or 37.26% from 620); Max value from RGB is 231 - color contains mainly: blue. Hex color #CCB9E7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCB9E7 is #334618. Grayscale: #C3C3C3. Windows color (decimal): -3360281 or 15186380. OLE color: 15186380.

HSL color Cylindrical-coordinate representation of color #CCB9E7: hue angle of 264.78º degrees, saturation: 0.49, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CCB9E7 is Cyan = 0.12, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 204 185 231 -
CMYK 0.12 0.20 0 0.09
HSL 264.78º 0.49% 0.82% -
HSV(B) 264.78º 0.2% 0.91% -
XYZ 56.67 53.3 82.9 -
YUV 195.93 147.79 133.76 -
System Red Green Blue C M Y K H S L
Decimal 204 185 231 0.12 0.20 0 0.09 264.78 0.49 0.82
Hex CC B9 E7 C 14 0 9 109 31 52
Octal 314 271 347 14 24 0 11 411 61 122
Binary 11001100 10111001 11100111 1100 10100 0 1001 100001001 110001 1010010

Color Harmonies of #CCB9E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB9E7

Black with #CCB9E7

Text Example


Text Example

White with #CCB9E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB9E7; }

 p { color: rgb(204,185,231); }

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

background-color css

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

 a { background-color: rgb(204,185,231); }

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

border-color css

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

 span { border-color: rgb(204,185,231); }

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