Html Css Color HEX #CCBCE7 Fog

📋 copy color: '#CCBCE7'

red 204 ◦ green 188 ◦ blue 231

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

Shades of Fog #CCBCE7

Tints of Fog #CCBCE7

RGB

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

 GREEN value IS 188 (73.83% from 255) = 30.18%

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

R = 32.74%
G = 30.18%
B = 37.08%

CMYK

 C value IS 0.12

 M value IS 0.19

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#CCBCE7 (or 0xCCBCE7) is known color: Fog. HEX triplet: CC, BC and E7. RGB value is (204,188,231). Sum of RGB (Red+Green+Blue) = 204+188+231=623 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.74% from 623); Green value is 188 (73.83% from 255 or 30.18% from 623); Blue value is 231 (90.62% from 255 or 37.08% from 623); Max value from RGB is 231 - color contains mainly: blue. Hex color #CCBCE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCBCE7 is #334318. Grayscale: #C5C5C5. Windows color (decimal): -3359513 or 15187148. OLE color: 15187148.

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

Color convert

RGB 204 188 231 -
CMYK 0.12 0.19 0 0.09
HSL 262.33º 0.47% 0.82% -
HSV(B) 262.33º 0.19% 0.91% -
XYZ 57.31 54.57 83.11 -
YUV 197.69 146.8 132.5 -
System Red Green Blue C M Y K H S L
Decimal 204 188 231 0.12 0.19 0 0.09 262.33 0.47 0.82
Hex CC BC E7 C 13 0 9 106 2F 52
Octal 314 274 347 14 23 0 11 406 57 122
Binary 11001100 10111100 11100111 1100 10011 0 1001 100000110 101111 1010010

Color Harmonies of #CCBCE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCBCE7

Black with #CCBCE7

Text Example


Text Example

White with #CCBCE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCBCE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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