Html Css Color HEX #CCBEE8 Fog

📋 copy color: '#CCBEE8'

red 204 ◦ green 190 ◦ blue 232

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

Shades of Fog #CCBEE8

Tints of Fog #CCBEE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 37.06%

R = 32.59%
G = 30.35%
B = 37.06%

CMYK

 C value IS 0.12

 M value IS 0.18

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#CCBEE8 (or 0xCCBEE8) is known color: Fog. HEX triplet: CC, BE and E8. RGB value is (204,190,232). Sum of RGB (Red+Green+Blue) = 204+190+232=626 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.59% from 626); Green value is 190 (74.61% from 255 or 30.35% from 626); Blue value is 232 (91.02% from 255 or 37.06% from 626); Max value from RGB is 232 - color contains mainly: blue. Hex color #CCBEE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCBEE8 is #334117. Grayscale: #C6C6C6. Windows color (decimal): -3359000 or 15253196. OLE color: 15253196.

HSL color Cylindrical-coordinate representation of color #CCBEE8: hue angle of 260º degrees, saturation: 0.48, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CCBEE8 is Cyan = 0.12, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 204 190 232 -
CMYK 0.12 0.18 0 0.09
HSL 260º 0.48% 0.83% -
HSV(B) 260º 0.18% 0.91% -
XYZ 57.88 55.49 84 -
YUV 198.97 146.64 131.58 -
System Red Green Blue C M Y K H S L
Decimal 204 190 232 0.12 0.18 0 0.09 260 0.48 0.83
Hex CC BE E8 C 12 0 9 104 30 53
Octal 314 276 350 14 22 0 11 404 60 123
Binary 11001100 10111110 11101000 1100 10010 0 1001 100000100 110000 1010011

Color Harmonies of #CCBEE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCBEE8

Black with #CCBEE8

Text Example


Text Example

White with #CCBEE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCBEE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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