Html Css Color HEX #CCB5FD Fog

📋 copy color: '#CCB5FD'

red 204 ◦ green 181 ◦ blue 253

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

Shades of Fog #CCB5FD

Tints of Fog #CCB5FD

RGB

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

 GREEN value IS 181 (71.09% from 255) = 28.37%

 BLUE value IS 253 (99.22% from 255) = 39.66%

R = 31.97%
G = 28.37%
B = 39.66%

CMYK

 C value IS 0.19

 M value IS 0.28

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#CCB5FD (or 0xCCB5FD) is known color: Fog. HEX triplet: CC, B5 and FD. RGB value is (204,181,253). Sum of RGB (Red+Green+Blue) = 204+181+253=638 (84% of max value = 765). Red value is 204 (80.08% from 255 or 31.97% from 638); Green value is 181 (71.09% from 255 or 28.37% from 638); Blue value is 253 (99.22% from 255 or 39.66% from 638); Max value from RGB is 253 - color contains mainly: blue. Hex color #CCB5FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCB5FD is #334A02. Grayscale: #C3C3C3. Windows color (decimal): -3361283 or 16627148. OLE color: 16627148.

HSL color Cylindrical-coordinate representation of color #CCB5FD: hue angle of 259.17º degrees, saturation: 0.95, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CCB5FD is Cyan = 0.19, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 204 181 253 -
CMYK 0.19 0.28 0 0.01
HSL 259.17º 0.95% 0.85% -
HSV(B) 259.17º 0.28% 0.99% -
XYZ 59.16 52.98 100.04 -
YUV 196.09 160.12 133.65 -
System Red Green Blue C M Y K H S L
Decimal 204 181 253 0.19 0.28 0 0.01 259.17 0.95 0.85
Hex CC B5 FD 13 1C 0 1 103 5F 55
Octal 314 265 375 23 34 0 1 403 137 125
Binary 11001100 10110101 11111101 10011 11100 0 1 100000011 1011111 1010101

Color Harmonies of #CCB5FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB5FD

Black with #CCB5FD

Text Example


Text Example

White with #CCB5FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB5FD; }

 p { color: rgb(204,181,253); }

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

background-color css

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

 a { background-color: rgb(204,181,253); }

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

border-color css

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

 span { border-color: rgb(204,181,253); }

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