Html Css Color HEX #CCD0EE Periwinkle

📋 copy color: '#CCD0EE'

red 204 ◦ green 208 ◦ blue 238

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

Shades of Periwinkle #CCD0EE

Tints of Periwinkle #CCD0EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 36.62%

R = 31.38%
G = 32%
B = 36.62%

CMYK

 C value IS 0.14

 M value IS 0.13

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CCD0EE (or 0xCCD0EE) is known color: Periwinkle. HEX triplet: CC, D0 and EE. RGB value is (204,208,238). Sum of RGB (Red+Green+Blue) = 204+208+238=650 (86% of max value = 765). Red value is 204 (80.08% from 255 or 31.38% from 650); Green value is 208 (81.64% from 255 or 32% from 650); Blue value is 238 (93.36% from 255 or 36.62% from 650); Max value from RGB is 238 - color contains mainly: blue. Hex color #CCD0EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCD0EE is #332F11. Grayscale: #D2D2D2. Windows color (decimal): -3354386 or 15651020. OLE color: 15651020.

HSL color Cylindrical-coordinate representation of color #CCD0EE: hue angle of 232.94º degrees, saturation: 0.5, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CCD0EE is Cyan = 0.14, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 204 208 238 -
CMYK 0.14 0.13 0 0.07
HSL 232.94º 0.5% 0.87% -
HSV(B) 232.94º 0.14% 0.93% -
XYZ 62.89 64.12 89.95 -
YUV 210.22 143.67 123.56 -
System Red Green Blue C M Y K H S L
Decimal 204 208 238 0.14 0.13 0 0.07 232.94 0.5 0.87
Hex CC D0 EE E D 0 7 E9 32 57
Octal 314 320 356 16 15 0 7 351 62 127
Binary 11001100 11010000 11101110 1110 1101 0 111 11101001 110010 1010111

Color Harmonies of #CCD0EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD0EE

Black with #CCD0EE

Text Example


Text Example

White with #CCD0EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD0EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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