Html Css Color HEX #CCCEF0 Lavender Blue

📋 copy color: '#CCCEF0'

red 204 ◦ green 206 ◦ blue 240

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

Shades of Lavender Blue #CCCEF0

Tints of Lavender Blue #CCCEF0

RGB

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

 GREEN value IS 206 (80.86% from 255) = 31.69%

 BLUE value IS 240 (94.14% from 255) = 36.92%

R = 31.38%
G = 31.69%
B = 36.92%

CMYK

 C value IS 0.15

 M value IS 0.14

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#CCCEF0 (or 0xCCCEF0) is known color: Lavender Blue. HEX triplet: CC, CE and F0. RGB value is (204,206,240). Sum of RGB (Red+Green+Blue) = 204+206+240=650 (86% of max value = 765). Red value is 204 (80.08% from 255 or 31.38% from 650); Green value is 206 (80.86% from 255 or 31.69% from 650); Blue value is 240 (94.14% from 255 or 36.92% from 650); Max value from RGB is 240 - color contains mainly: blue. Hex color #CCCEF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCCEF0 is #33310F. Grayscale: #D1D1D1. Windows color (decimal): -3354896 or 15781580. OLE color: 15781580.

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

Color convert

RGB 204 206 240 -
CMYK 0.15 0.14 0 0.06
HSL 236.67º 0.55% 0.87% -
HSV(B) 236.67º 0.15% 0.94% -
XYZ 62.7 63.27 91.35 -
YUV 209.28 145.34 124.24 -
System Red Green Blue C M Y K H S L
Decimal 204 206 240 0.15 0.14 0 0.06 236.67 0.55 0.87
Hex CC CE F0 F E 0 6 ED 37 57
Octal 314 316 360 17 16 0 6 355 67 127
Binary 11001100 11001110 11110000 1111 1110 0 110 11101101 110111 1010111

Color Harmonies of #CCCEF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCCEF0

Black with #CCCEF0

Text Example


Text Example

White with #CCCEF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCCEF0; }

 p { color: rgb(204,206,240); }

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

background-color css

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

 a { background-color: rgb(204,206,240); }

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

border-color css

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

 span { border-color: rgb(204,206,240); }

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