Html Css Color HEX #CCD2FD Lavender Blue

📋 copy color: '#CCD2FD'

red 204 ◦ green 210 ◦ blue 253

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

Shades of Lavender Blue #CCD2FD

Tints of Lavender Blue #CCD2FD

RGB

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

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

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

R = 30.58%
G = 31.48%
B = 37.93%

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

#CCD2FD (or 0xCCD2FD) is known color: Lavender Blue. HEX triplet: CC, D2 and FD. RGB value is (204,210,253). Sum of RGB (Red+Green+Blue) = 204+210+253=667 (88% of max value = 765). Red value is 204 (80.08% from 255 or 30.58% from 667); Green value is 210 (82.42% from 255 or 31.48% from 667); Blue value is 253 (99.22% from 255 or 37.93% from 667); Max value from RGB is 253 - color contains mainly: blue. Hex color #CCD2FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCD2FD is #332D02. Grayscale: #D4D4D4. Windows color (decimal): -3353859 or 16634572. OLE color: 16634572.

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

Color convert

RGB 204 210 253 -
CMYK 0.19 0.17 0 0.01
HSL 232.65º 0.92% 0.9% -
HSV(B) 232.65º 0.19% 0.99% -
XYZ 65.68 66.02 102.21 -
YUV 213.11 150.51 121.5 -
System Red Green Blue C M Y K H S L
Decimal 204 210 253 0.19 0.17 0 0.01 232.65 0.92 0.9
Hex CC D2 FD 13 11 0 1 E9 5C 5A
Octal 314 322 375 23 21 0 1 351 134 132
Binary 11001100 11010010 11111101 10011 10001 0 1 11101001 1011100 1011010

Color Harmonies of #CCD2FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD2FD

Black with #CCD2FD

Text Example


Text Example

White with #CCD2FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD2FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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