Html Css Color HEX #CDD1F9 Lavender Blue

📋 copy color: '#CDD1F9'

red 205 ◦ green 209 ◦ blue 249

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

Shades of Lavender Blue #CDD1F9

Tints of Lavender Blue #CDD1F9

RGB

 RED value IS 205 (80.47% from 255) = 30.92%

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

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

R = 30.92%
G = 31.52%
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

#CDD1F9 (or 0xCDD1F9) is known color: Lavender Blue. HEX triplet: CD, D1 and F9. RGB value is (205,209,249). Sum of RGB (Red+Green+Blue) = 205+209+249=663 (87% of max value = 765). Red value is 205 (80.47% from 255 or 30.92% from 663); Green value is 209 (82.03% from 255 or 31.52% 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 #CDD1F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDD1F9 is #322E06. Grayscale: #D4D4D4. Windows color (decimal): -3288583 or 16372173. OLE color: 16372173.

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

Color convert

RGB 205 209 249 -
CMYK 0.18 0.16 0 0.02
HSL 234.55º 0.79% 0.89% -
HSV(B) 234.55º 0.18% 0.98% -
XYZ 65.08 65.42 98.82 -
YUV 212.36 148.67 122.75 -
System Red Green Blue C M Y K H S L
Decimal 205 209 249 0.18 0.16 0 0.02 234.55 0.79 0.89
Hex CD D1 F9 12 10 0 2 EB 4F 59
Octal 315 321 371 22 20 0 2 353 117 131
Binary 11001101 11010001 11111001 10010 10000 0 10 11101011 1001111 1011001

Color Harmonies of #CDD1F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDD1F9

Black with #CDD1F9

Text Example


Text Example

White with #CDD1F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDD1F9; }

 p { color: rgb(205,209,249); }

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

background-color css

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

 a { background-color: rgb(205,209,249); }

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

border-color css

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

 span { border-color: rgb(205,209,249); }

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