Html Css Color HEX #CCBEE6 Fog

📋 copy color: '#CCBEE6'

red 204 ◦ green 190 ◦ blue 230

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

Shades of Fog #CCBEE6

Tints of Fog #CCBEE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 36.86%

R = 32.69%
G = 30.45%
B = 36.86%

CMYK

 C value IS 0.11

 M value IS 0.17

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#CCBEE6 (or 0xCCBEE6) is known color: Fog. HEX triplet: CC, BE and E6. RGB value is (204,190,230). Sum of RGB (Red+Green+Blue) = 204+190+230=624 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.69% from 624); Green value is 190 (74.61% from 255 or 30.45% from 624); Blue value is 230 (90.23% from 255 or 36.86% from 624); Max value from RGB is 230 - color contains mainly: blue. Hex color #CCBEE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCBEE6 is #334119. Grayscale: #C6C6C6. Windows color (decimal): -3359002 or 15122124. OLE color: 15122124.

HSL color Cylindrical-coordinate representation of color #CCBEE6: hue angle of 261º degrees, saturation: 0.44, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CCBEE6 is Cyan = 0.11, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 204 190 230 -
CMYK 0.11 0.17 0 0.10
HSL 261º 0.44% 0.82% -
HSV(B) 261º 0.17% 0.9% -
XYZ 57.6 55.38 82.52 -
YUV 198.75 145.64 131.75 -
System Red Green Blue C M Y K H S L
Decimal 204 190 230 0.11 0.17 0 0.10 261 0.44 0.82
Hex CC BE E6 B 11 0 A 105 2C 52
Octal 314 276 346 13 21 0 12 405 54 122
Binary 11001100 10111110 11100110 1011 10001 0 1010 100000101 101100 1010010

Color Harmonies of #CCBEE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCBEE6

Black with #CCBEE6

Text Example


Text Example

White with #CCBEE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCBEE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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