Html Css Color HEX #CCB2EE Fog

📋 copy color: '#CCB2EE'

red 204 ◦ green 178 ◦ blue 238

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

Shades of Fog #CCB2EE

Tints of Fog #CCB2EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 38.39%

R = 32.9%
G = 28.71%
B = 38.39%

CMYK

 C value IS 0.14

 M value IS 0.25

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CCB2EE (or 0xCCB2EE) is known color: Fog. HEX triplet: CC, B2 and EE. RGB value is (204,178,238). Sum of RGB (Red+Green+Blue) = 204+178+238=620 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.90% from 620); Green value is 178 (69.92% from 255 or 28.71% from 620); Blue value is 238 (93.36% from 255 or 38.39% from 620); Max value from RGB is 238 - color contains mainly: blue. Hex color #CCB2EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CCB2EE is #334D11. Grayscale: #C0C0C0. Windows color (decimal): -3362066 or 15643340. OLE color: 15643340.

HSL color Cylindrical-coordinate representation of color #CCB2EE: hue angle of 266º degrees, saturation: 0.64, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CCB2EE is Cyan = 0.14, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 204 178 238 -
CMYK 0.14 0.25 0 0.07
HSL 266º 0.64% 0.82% -
HSV(B) 266º 0.25% 0.93% -
XYZ 56.25 50.85 87.74 -
YUV 192.61 153.61 136.12 -
System Red Green Blue C M Y K H S L
Decimal 204 178 238 0.14 0.25 0 0.07 266 0.64 0.82
Hex CC B2 EE E 19 0 7 10A 40 52
Octal 314 262 356 16 31 0 7 412 100 122
Binary 11001100 10110010 11101110 1110 11001 0 111 100001010 1000000 1010010

Color Harmonies of #CCB2EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB2EE

Black with #CCB2EE

Text Example


Text Example

White with #CCB2EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB2EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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