Html Css Color HEX #CCBEDC Fog

📋 copy color: '#CCBEDC'

red 204 ◦ green 190 ◦ blue 220

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

Shades of Fog #CCBEDC

Tints of Fog #CCBEDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 35.83%

R = 33.22%
G = 30.94%
B = 35.83%

CMYK

 C value IS 0.07

 M value IS 0.14

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CCBEDC (or 0xCCBEDC) is known color: Fog. HEX triplet: CC, BE and DC. RGB value is (204,190,220). Sum of RGB (Red+Green+Blue) = 204+190+220=614 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.22% from 614); Green value is 190 (74.61% from 255 or 30.94% from 614); Blue value is 220 (86.33% from 255 or 35.83% from 614); Max value from RGB is 220 - color contains mainly: blue. Hex color #CCBEDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCBEDC is #334123. Grayscale: #C5C5C5. Windows color (decimal): -3359012 or 14466764. OLE color: 14466764.

HSL color Cylindrical-coordinate representation of color #CCBEDC: hue angle of 268º degrees, saturation: 0.3, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CCBEDC is Cyan = 0.07, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 204 190 220 -
CMYK 0.07 0.14 0 0.14
HSL 268º 0.3% 0.8% -
HSV(B) 268º 0.14% 0.86% -
XYZ 56.23 54.83 75.33 -
YUV 197.61 140.64 132.56 -
System Red Green Blue C M Y K H S L
Decimal 204 190 220 0.07 0.14 0 0.14 268 0.3 0.8
Hex CC BE DC 7 E 0 E 10C 1E 50
Octal 314 276 334 7 16 0 16 414 36 120
Binary 11001100 10111110 11011100 111 1110 0 1110 100001100 11110 1010000

Color Harmonies of #CCBEDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCBEDC

Black with #CCBEDC

Text Example


Text Example

White with #CCBEDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCBEDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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