Html Css Color HEX #CCD0FA Lavender Blue

📋 copy color: '#CCD0FA'

red 204 ◦ green 208 ◦ blue 250

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

Shades of Lavender Blue #CCD0FA

Tints of Lavender Blue #CCD0FA

RGB

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

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

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

R = 30.82%
G = 31.42%
B = 37.76%

CMYK

 C value IS 0.18

 M value IS 0.17

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CCD0FA (or 0xCCD0FA) is known color: Lavender Blue. HEX triplet: CC, D0 and FA. RGB value is (204,208,250). Sum of RGB (Red+Green+Blue) = 204+208+250=662 (87% of max value = 765). Red value is 204 (80.08% from 255 or 30.82% from 662); Green value is 208 (81.64% from 255 or 31.42% from 662); Blue value is 250 (98.05% from 255 or 37.76% from 662); Max value from RGB is 250 - color contains mainly: blue. Hex color #CCD0FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCD0FA is #332F05. Grayscale: #D3D3D3. Windows color (decimal): -3354374 or 16437452. OLE color: 16437452.

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

Color convert

RGB 204 208 250 -
CMYK 0.18 0.17 0 0.02
HSL 234.78º 0.82% 0.89% -
HSV(B) 234.78º 0.18% 0.98% -
XYZ 64.71 64.85 99.55 -
YUV 211.59 149.67 122.58 -
System Red Green Blue C M Y K H S L
Decimal 204 208 250 0.18 0.17 0 0.02 234.78 0.82 0.89
Hex CC D0 FA 12 11 0 2 EB 52 59
Octal 314 320 372 22 21 0 2 353 122 131
Binary 11001100 11010000 11111010 10010 10001 0 10 11101011 1010010 1011001

Color Harmonies of #CCD0FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD0FA

Black with #CCD0FA

Text Example


Text Example

White with #CCD0FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD0FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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