Html Css Color HEX #CCD0F1 Lavender Blue

📋 copy color: '#CCD0F1'

red 204 ◦ green 208 ◦ blue 241

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

Shades of Lavender Blue #CCD0F1

Tints of Lavender Blue #CCD0F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 36.91%

R = 31.24%
G = 31.85%
B = 36.91%

CMYK

 C value IS 0.15

 M value IS 0.14

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#CCD0F1 (or 0xCCD0F1) is known color: Lavender Blue. HEX triplet: CC, D0 and F1. RGB value is (204,208,241). Sum of RGB (Red+Green+Blue) = 204+208+241=653 (86% of max value = 765). Red value is 204 (80.08% from 255 or 31.24% from 653); Green value is 208 (81.64% from 255 or 31.85% from 653); Blue value is 241 (94.53% from 255 or 36.91% from 653); Max value from RGB is 241 - color contains mainly: blue. Hex color #CCD0F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCD0F1 is #332F0E. Grayscale: #D2D2D2. Windows color (decimal): -3354383 or 15847628. OLE color: 15847628.

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

Color convert

RGB 204 208 241 -
CMYK 0.15 0.14 0 0.05
HSL 233.51º 0.57% 0.87% -
HSV(B) 233.51º 0.15% 0.95% -
XYZ 63.33 64.3 92.29 -
YUV 210.57 145.17 123.32 -
System Red Green Blue C M Y K H S L
Decimal 204 208 241 0.15 0.14 0 0.05 233.51 0.57 0.87
Hex CC D0 F1 F E 0 5 EA 39 57
Octal 314 320 361 17 16 0 5 352 71 127
Binary 11001100 11010000 11110001 1111 1110 0 101 11101010 111001 1010111

Color Harmonies of #CCD0F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD0F1

Black with #CCD0F1

Text Example


Text Example

White with #CCD0F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD0F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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