Html Css Color HEX #CCD0F7 Lavender Blue

📋 copy color: '#CCD0F7'

red 204 ◦ green 208 ◦ blue 247

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

Shades of Lavender Blue #CCD0F7

Tints of Lavender Blue #CCD0F7

RGB

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

 GREEN value IS 208 (81.64% from 255) = 31.56%

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

R = 30.96%
G = 31.56%
B = 37.48%

CMYK

 C value IS 0.17

 M value IS 0.16

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#CCD0F7 (or 0xCCD0F7) is known color: Lavender Blue. HEX triplet: CC, D0 and F7. RGB value is (204,208,247). Sum of RGB (Red+Green+Blue) = 204+208+247=659 (87% of max value = 765). Red value is 204 (80.08% from 255 or 30.96% from 659); Green value is 208 (81.64% from 255 or 31.56% from 659); Blue value is 247 (96.88% from 255 or 37.48% from 659); Max value from RGB is 247 - color contains mainly: blue. Hex color #CCD0F7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCD0F7 is #332F08. Grayscale: #D3D3D3. Windows color (decimal): -3354377 or 16240844. OLE color: 16240844.

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

Color convert

RGB 204 208 247 -
CMYK 0.17 0.16 0 0.03
HSL 234.42º 0.73% 0.88% -
HSV(B) 234.42º 0.17% 0.97% -
XYZ 64.25 64.66 97.09 -
YUV 211.25 148.17 122.83 -
System Red Green Blue C M Y K H S L
Decimal 204 208 247 0.17 0.16 0 0.03 234.42 0.73 0.88
Hex CC D0 F7 11 10 0 3 EA 49 58
Octal 314 320 367 21 20 0 3 352 111 130
Binary 11001100 11010000 11110111 10001 10000 0 11 11101010 1001001 1011000

Color Harmonies of #CCD0F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD0F7

Black with #CCD0F7

Text Example


Text Example

White with #CCD0F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD0F7; }

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

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

background-color css

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

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

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

border-color css

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

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

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