Html Css Color HEX #CCB9EE Fog

📋 copy color: '#CCB9EE'

red 204 ◦ green 185 ◦ blue 238

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

Shades of Fog #CCB9EE

Tints of Fog #CCB9EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 37.96%

R = 32.54%
G = 29.51%
B = 37.96%

CMYK

 C value IS 0.14

 M value IS 0.22

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CCB9EE (or 0xCCB9EE) is known color: Fog. HEX triplet: CC, B9 and EE. RGB value is (204,185,238). Sum of RGB (Red+Green+Blue) = 204+185+238=627 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.54% from 627); Green value is 185 (72.66% from 255 or 29.51% from 627); Blue value is 238 (93.36% from 255 or 37.96% from 627); Max value from RGB is 238 - color contains mainly: blue. Hex color #CCB9EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCB9EE is #334611. Grayscale: #C4C4C4. Windows color (decimal): -3360274 or 15645132. OLE color: 15645132.

HSL color Cylindrical-coordinate representation of color #CCB9EE: hue angle of 261.51º degrees, saturation: 0.61, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CCB9EE is Cyan = 0.14, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 204 185 238 -
CMYK 0.14 0.22 0 0.07
HSL 261.51º 0.61% 0.83% -
HSV(B) 261.51º 0.22% 0.93% -
XYZ 57.68 53.71 88.22 -
YUV 196.72 151.29 133.19 -
System Red Green Blue C M Y K H S L
Decimal 204 185 238 0.14 0.22 0 0.07 261.51 0.61 0.83
Hex CC B9 EE E 16 0 7 106 3D 53
Octal 314 271 356 16 26 0 7 406 75 123
Binary 11001100 10111001 11101110 1110 10110 0 111 100000110 111101 1010011

Color Harmonies of #CCB9EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB9EE

Black with #CCB9EE

Text Example


Text Example

White with #CCB9EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB9EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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