Html Css Color HEX #CDD2FA Lavender Blue

📋 copy color: '#CDD2FA'

red 205 ◦ green 210 ◦ blue 250

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

Shades of Lavender Blue #CDD2FA

Tints of Lavender Blue #CDD2FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 37.59%

R = 30.83%
G = 31.58%
B = 37.59%

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

#CDD2FA (or 0xCDD2FA) is known color: Lavender Blue. HEX triplet: CD, D2 and FA. RGB value is (205,210,250). Sum of RGB (Red+Green+Blue) = 205+210+250=665 (88% of max value = 765). Red value is 205 (80.47% from 255 or 30.83% from 665); Green value is 210 (82.42% from 255 or 31.58% from 665); Blue value is 250 (98.05% from 255 or 37.59% from 665); Max value from RGB is 250 - color contains mainly: blue. Hex color #CDD2FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDD2FA is #322D05. Grayscale: #D4D4D4. Windows color (decimal): -3288326 or 16437965. OLE color: 16437965.

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

Color convert

RGB 205 210 250 -
CMYK 0.18 0.16 0 0.02
HSL 233.33º 0.82% 0.89% -
HSV(B) 233.33º 0.18% 0.98% -
XYZ 65.48 65.97 99.73 -
YUV 213.07 148.84 122.25 -
System Red Green Blue C M Y K H S L
Decimal 205 210 250 0.18 0.16 0 0.02 233.33 0.82 0.89
Hex CD D2 FA 12 10 0 2 E9 52 59
Octal 315 322 372 22 20 0 2 351 122 131
Binary 11001101 11010010 11111010 10010 10000 0 10 11101001 1010010 1011001

Color Harmonies of #CDD2FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDD2FA

Black with #CDD2FA

Text Example


Text Example

White with #CDD2FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDD2FA; }

 p { color: rgb(205,210,250); }

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

background-color css

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

 a { background-color: rgb(205,210,250); }

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

border-color css

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

 span { border-color: rgb(205,210,250); }

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