Html Css Color HEX #CCB2EF Fog

📋 copy color: '#CCB2EF'

red 204 ◦ green 178 ◦ blue 239

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

Shades of Fog #CCB2EF

Tints of Fog #CCB2EF

RGB

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

 GREEN value IS 178 (69.92% from 255) = 28.66%

 BLUE value IS 239 (93.75% from 255) = 38.49%

R = 32.85%
G = 28.66%
B = 38.49%

CMYK

 C value IS 0.15

 M value IS 0.26

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#CCB2EF (or 0xCCB2EF) is known color: Fog. HEX triplet: CC, B2 and EF. RGB value is (204,178,239). Sum of RGB (Red+Green+Blue) = 204+178+239=621 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.85% from 621); Green value is 178 (69.92% from 255 or 28.66% from 621); Blue value is 239 (93.75% from 255 or 38.49% from 621); Max value from RGB is 239 - color contains mainly: blue. Hex color #CCB2EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CCB2EF is #334D10. Grayscale: #C0C0C0. Windows color (decimal): -3362065 or 15708876. OLE color: 15708876.

HSL color Cylindrical-coordinate representation of color #CCB2EF: hue angle of 265.57º degrees, saturation: 0.66, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CCB2EF is Cyan = 0.15, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 204 178 239 -
CMYK 0.15 0.26 0 0.06
HSL 265.57º 0.66% 0.82% -
HSV(B) 265.57º 0.26% 0.94% -
XYZ 56.4 50.91 88.52 -
YUV 192.73 154.11 136.04 -
System Red Green Blue C M Y K H S L
Decimal 204 178 239 0.15 0.26 0 0.06 265.57 0.66 0.82
Hex CC B2 EF F 1A 0 6 10A 42 52
Octal 314 262 357 17 32 0 6 412 102 122
Binary 11001100 10110010 11101111 1111 11010 0 110 100001010 1000010 1010010

Color Harmonies of #CCB2EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB2EF

Black with #CCB2EF

Text Example


Text Example

White with #CCB2EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB2EF; }

 p { color: rgb(204,178,239); }

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

background-color css

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

 a { background-color: rgb(204,178,239); }

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

border-color css

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

 span { border-color: rgb(204,178,239); }

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