Html Css Color HEX #CCD1F2 Lavender Blue

📋 copy color: '#CCD1F2'

red 204 ◦ green 209 ◦ blue 242

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

Shades of Lavender Blue #CCD1F2

Tints of Lavender Blue #CCD1F2

RGB

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

 GREEN value IS 209 (82.03% from 255) = 31.91%

 BLUE value IS 242 (94.92% from 255) = 36.95%

R = 31.15%
G = 31.91%
B = 36.95%

CMYK

 C value IS 0.16

 M value IS 0.14

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#CCD1F2 (or 0xCCD1F2) is known color: Lavender Blue. HEX triplet: CC, D1 and F2. RGB value is (204,209,242). Sum of RGB (Red+Green+Blue) = 204+209+242=655 (86% of max value = 765). Red value is 204 (80.08% from 255 or 31.15% from 655); Green value is 209 (82.03% from 255 or 31.91% from 655); Blue value is 242 (94.92% from 255 or 36.95% from 655); Max value from RGB is 242 - color contains mainly: blue. Hex color #CCD1F2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCD1F2 is #332E0D. Grayscale: #D3D3D3. Windows color (decimal): -3354126 or 15913420. OLE color: 15913420.

HSL color Cylindrical-coordinate representation of color #CCD1F2: hue angle of 232.11º degrees, saturation: 0.59, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CCD1F2 is Cyan = 0.16, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 204 209 242 -
CMYK 0.16 0.14 0 0.05
HSL 232.11º 0.59% 0.87% -
HSV(B) 232.11º 0.16% 0.95% -
XYZ 63.73 64.85 93.16 -
YUV 211.27 145.34 122.82 -
System Red Green Blue C M Y K H S L
Decimal 204 209 242 0.16 0.14 0 0.05 232.11 0.59 0.87
Hex CC D1 F2 10 E 0 5 E8 3B 57
Octal 314 321 362 20 16 0 5 350 73 127
Binary 11001100 11010001 11110010 10000 1110 0 101 11101000 111011 1010111

Color Harmonies of #CCD1F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD1F2

Black with #CCD1F2

Text Example


Text Example

White with #CCD1F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD1F2; }

 p { color: rgb(204,209,242); }

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

background-color css

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

 a { background-color: rgb(204,209,242); }

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

border-color css

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

 span { border-color: rgb(204,209,242); }

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