Html Css Color HEX #CCD2F9 Lavender Blue

📋 copy color: '#CCD2F9'

red 204 ◦ green 210 ◦ blue 249

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

Shades of Lavender Blue #CCD2F9

Tints of Lavender Blue #CCD2F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 37.56%

R = 30.77%
G = 31.67%
B = 37.56%

CMYK

 C value IS 0.18

 M value IS 0.16

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CCD2F9 (or 0xCCD2F9) is known color: Lavender Blue. HEX triplet: CC, D2 and F9. RGB value is (204,210,249). Sum of RGB (Red+Green+Blue) = 204+210+249=663 (87% of max value = 765). Red value is 204 (80.08% from 255 or 30.77% from 663); Green value is 210 (82.42% from 255 or 31.67% from 663); Blue value is 249 (97.66% from 255 or 37.56% from 663); Max value from RGB is 249 - color contains mainly: blue. Hex color #CCD2F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCD2F9 is #332D06. Grayscale: #D4D4D4. Windows color (decimal): -3353863 or 16372428. OLE color: 16372428.

HSL color Cylindrical-coordinate representation of color #CCD2F9: hue angle of 232º degrees, saturation: 0.79, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CCD2F9 is Cyan = 0.18, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 204 210 249 -
CMYK 0.18 0.16 0 0.02
HSL 232º 0.79% 0.89% -
HSV(B) 232º 0.18% 0.98% -
XYZ 65.05 65.77 98.89 -
YUV 212.65 148.51 121.83 -
System Red Green Blue C M Y K H S L
Decimal 204 210 249 0.18 0.16 0 0.02 232 0.79 0.89
Hex CC D2 F9 12 10 0 2 E8 4F 59
Octal 314 322 371 22 20 0 2 350 117 131
Binary 11001100 11010010 11111001 10010 10000 0 10 11101000 1001111 1011001

Color Harmonies of #CCD2F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD2F9

Black with #CCD2F9

Text Example


Text Example

White with #CCD2F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD2F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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