Html Css Color HEX #CCD2F6 Lavender Blue

📋 copy color: '#CCD2F6'

red 204 ◦ green 210 ◦ blue 246

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

Shades of Lavender Blue #CCD2F6

Tints of Lavender Blue #CCD2F6

RGB

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

 GREEN value IS 210 (82.42% from 255) = 31.82%

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

R = 30.91%
G = 31.82%
B = 37.27%

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

#CCD2F6 (or 0xCCD2F6) is known color: Lavender Blue. HEX triplet: CC, D2 and F6. RGB value is (204,210,246). Sum of RGB (Red+Green+Blue) = 204+210+246=660 (87% of max value = 765). Red value is 204 (80.08% from 255 or 30.91% from 660); Green value is 210 (82.42% from 255 or 31.82% from 660); Blue value is 246 (96.48% from 255 or 37.27% from 660); Max value from RGB is 246 - color contains mainly: blue. Hex color #CCD2F6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCD2F6 is #332D09. Grayscale: #D4D4D4. Windows color (decimal): -3353866 or 16175820. OLE color: 16175820.

HSL color Cylindrical-coordinate representation of color #CCD2F6: hue angle of 231.43º 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 #CCD2F6 is Cyan = 0.17, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 204 210 246 -
CMYK 0.17 0.15 0 0.04
HSL 231.43º 0.7% 0.88% -
HSV(B) 231.43º 0.17% 0.96% -
XYZ 64.58 65.58 96.44 -
YUV 212.31 147.01 122.07 -
System Red Green Blue C M Y K H S L
Decimal 204 210 246 0.17 0.15 0 0.04 231.43 0.7 0.88
Hex CC D2 F6 11 F 0 4 E7 46 58
Octal 314 322 366 21 17 0 4 347 106 130
Binary 11001100 11010010 11110110 10001 1111 0 100 11100111 1000110 1011000

Color Harmonies of #CCD2F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD2F6

Black with #CCD2F6

Text Example


Text Example

White with #CCD2F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD2F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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