Html Css Color HEX #CCD0F6 Lavender Blue

📋 copy color: '#CCD0F6'

red 204 ◦ green 208 ◦ blue 246

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

Shades of Lavender Blue #CCD0F6

Tints of Lavender Blue #CCD0F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 37.39%

R = 31%
G = 31.61%
B = 37.39%

CMYK

 C value IS 0.17

 M value IS 0.15

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#CCD0F6 (or 0xCCD0F6) is known color: Lavender Blue. HEX triplet: CC, D0 and F6. RGB value is (204,208,246). Sum of RGB (Red+Green+Blue) = 204+208+246=658 (87% of max value = 765). Red value is 204 (80.08% from 255 or 31.00% from 658); Green value is 208 (81.64% from 255 or 31.61% from 658); Blue value is 246 (96.48% from 255 or 37.39% from 658); Max value from RGB is 246 - color contains mainly: blue. Hex color #CCD0F6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCD0F6 is #332F09. Grayscale: #D2D2D2. Windows color (decimal): -3354378 or 16175308. OLE color: 16175308.

HSL color Cylindrical-coordinate representation of color #CCD0F6: hue angle of 234.29º degrees, saturation: 0.7, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CCD0F6 is Cyan = 0.17, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 204 208 246 -
CMYK 0.17 0.15 0 0.04
HSL 234.29º 0.7% 0.88% -
HSV(B) 234.29º 0.17% 0.96% -
XYZ 64.09 64.6 96.28 -
YUV 211.14 147.67 122.91 -
System Red Green Blue C M Y K H S L
Decimal 204 208 246 0.17 0.15 0 0.04 234.29 0.7 0.88
Hex CC D0 F6 11 F 0 4 EA 46 58
Octal 314 320 366 21 17 0 4 352 106 130
Binary 11001100 11010000 11110110 10001 1111 0 100 11101010 1000110 1011000

Color Harmonies of #CCD0F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD0F6

Black with #CCD0F6

Text Example


Text Example

White with #CCD0F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD0F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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