Html Css Color HEX #CCD0FC Lavender Blue

📋 copy color: '#CCD0FC'

red 204 ◦ green 208 ◦ blue 252

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

Shades of Lavender Blue #CCD0FC

Tints of Lavender Blue #CCD0FC

RGB

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

 GREEN value IS 208 (81.64% from 255) = 31.33%

 BLUE value IS 252 (98.83% from 255) = 37.95%

R = 30.72%
G = 31.33%
B = 37.95%

CMYK

 C value IS 0.19

 M value IS 0.17

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#CCD0FC (or 0xCCD0FC) is known color: Lavender Blue. HEX triplet: CC, D0 and FC. RGB value is (204,208,252). Sum of RGB (Red+Green+Blue) = 204+208+252=664 (87% of max value = 765). Red value is 204 (80.08% from 255 or 30.72% from 664); Green value is 208 (81.64% from 255 or 31.33% from 664); Blue value is 252 (98.83% from 255 or 37.95% from 664); Max value from RGB is 252 - color contains mainly: blue. Hex color #CCD0FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCD0FC is #332F03. Grayscale: #D3D3D3. Windows color (decimal): -3354372 or 16568524. OLE color: 16568524.

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

Color convert

RGB 204 208 252 -
CMYK 0.19 0.17 0 0.01
HSL 235º 0.89% 0.89% -
HSV(B) 235º 0.19% 0.99% -
XYZ 65.03 64.98 101.21 -
YUV 211.82 150.67 122.42 -
System Red Green Blue C M Y K H S L
Decimal 204 208 252 0.19 0.17 0 0.01 235 0.89 0.89
Hex CC D0 FC 13 11 0 1 EB 59 59
Octal 314 320 374 23 21 0 1 353 131 131
Binary 11001100 11010000 11111100 10011 10001 0 1 11101011 1011001 1011001

Color Harmonies of #CCD0FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD0FC

Black with #CCD0FC

Text Example


Text Example

White with #CCD0FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD0FC; }

 p { color: rgb(204,208,252); }

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

background-color css

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

 a { background-color: rgb(204,208,252); }

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

border-color css

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

 span { border-color: rgb(204,208,252); }

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