Html Css Color HEX #CCD2F7 Lavender Blue

📋 copy color: '#CCD2F7'

red 204 ◦ green 210 ◦ blue 247

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

Shades of Lavender Blue #CCD2F7

Tints of Lavender Blue #CCD2F7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 37.37%

R = 30.86%
G = 31.77%
B = 37.37%

CMYK

 C value IS 0.17

 M value IS 0.15

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#CCD2F7 (or 0xCCD2F7) is known color: Lavender Blue. HEX triplet: CC, D2 and F7. RGB value is (204,210,247). Sum of RGB (Red+Green+Blue) = 204+210+247=661 (87% of max value = 765). Red value is 204 (80.08% from 255 or 30.86% from 661); Green value is 210 (82.42% from 255 or 31.77% from 661); Blue value is 247 (96.88% from 255 or 37.37% from 661); Max value from RGB is 247 - color contains mainly: blue. Hex color #CCD2F7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCD2F7 is #332D08. Grayscale: #D4D4D4. Windows color (decimal): -3353865 or 16241356. OLE color: 16241356.

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

Color convert

RGB 204 210 247 -
CMYK 0.17 0.15 0 0.03
HSL 231.63º 0.73% 0.88% -
HSV(B) 231.63º 0.17% 0.97% -
XYZ 64.74 65.65 97.25 -
YUV 212.42 147.51 121.99 -
System Red Green Blue C M Y K H S L
Decimal 204 210 247 0.17 0.15 0 0.03 231.63 0.73 0.88
Hex CC D2 F7 11 F 0 3 E8 49 58
Octal 314 322 367 21 17 0 3 350 111 130
Binary 11001100 11010010 11110111 10001 1111 0 11 11101000 1001001 1011000

Color Harmonies of #CCD2F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD2F7

Black with #CCD2F7

Text Example


Text Example

White with #CCD2F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD2F7; }

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

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

background-color css

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

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

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

border-color css

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

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

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