Html Css Color HEX #CCD0F0 Lavender Blue

📋 copy color: '#CCD0F0'

red 204 ◦ green 208 ◦ blue 240

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

Shades of Lavender Blue #CCD0F0

Tints of Lavender Blue #CCD0F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 36.81%

R = 31.29%
G = 31.9%
B = 36.81%

CMYK

 C value IS 0.15

 M value IS 0.13

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#CCD0F0 (or 0xCCD0F0) is known color: Lavender Blue. HEX triplet: CC, D0 and F0. RGB value is (204,208,240). Sum of RGB (Red+Green+Blue) = 204+208+240=652 (86% of max value = 765). Red value is 204 (80.08% from 255 or 31.29% from 652); Green value is 208 (81.64% from 255 or 31.90% from 652); Blue value is 240 (94.14% from 255 or 36.81% from 652); Max value from RGB is 240 - color contains mainly: blue. Hex color #CCD0F0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCD0F0 is #332F0F. Grayscale: #D2D2D2. Windows color (decimal): -3354384 or 15782092. OLE color: 15782092.

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

Color convert

RGB 204 208 240 -
CMYK 0.15 0.13 0 0.06
HSL 233.33º 0.55% 0.87% -
HSV(B) 233.33º 0.15% 0.94% -
XYZ 63.19 64.24 91.51 -
YUV 210.45 144.67 123.4 -
System Red Green Blue C M Y K H S L
Decimal 204 208 240 0.15 0.13 0 0.06 233.33 0.55 0.87
Hex CC D0 F0 F D 0 6 E9 37 57
Octal 314 320 360 17 15 0 6 351 67 127
Binary 11001100 11010000 11110000 1111 1101 0 110 11101001 110111 1010111

Color Harmonies of #CCD0F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD0F0

Black with #CCD0F0

Text Example


Text Example

White with #CCD0F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD0F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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